Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support oldstyle jsons in examples/genomicsdb_query #68

Merged
merged 8 commits into from
Dec 23, 2024

Conversation

nalinigans
Copy link
Member

No description provided.

@nalinigans nalinigans changed the base branch from master to develop December 21, 2024 01:33
@nalinigans nalinigans requested a review from mlathara December 23, 2024 19:17
Copy link
Collaborator

@mlathara mlathara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor comment: lgtm

@@ -57,7 +57,16 @@ def parse_callset_json_for_row_ranges(callset_file, samples=None):
if isinstance(samples, str):
with open(samples) as file:
samples = [line.rstrip() for line in file]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make samples a set and then we don't need to do the nested loop below?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not fixed the nested loop issue, but fixed a bug for now. I will get to it soon.

Nalini Ganapati added 2 commits December 23, 2024 12:52
@nalinigans nalinigans merged commit bd2fab8 into develop Dec 23, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants